Deprecate ModuleConfig.MQTTConfig.json_enabled after MQTT JSON removal#890
Open
Deprecate ModuleConfig.MQTTConfig.json_enabled after MQTT JSON removal#890
ModuleConfig.MQTTConfig.json_enabled after MQTT JSON removal#890Conversation
Agent-Logs-Url: https://github.com/meshtastic/protobufs/sessions/38f606c6-b0ec-46b0-a3f7-6e32e7f6025d Co-authored-by: caveman99 <25002+caveman99@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Deprecate moduleConfig.mqtt.json_enabled setting in protobuf definitions
Deprecate Apr 13, 2026
ModuleConfig.MQTTConfig.json_enabled after MQTT JSON removal
|
The latest Buf updates on your PR. Results from workflow pull-request / build (pull_request).
|
caveman99
approved these changes
Apr 14, 2026
thebentern
approved these changes
Apr 14, 2026
vidplace7
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
moduleConfig.mqtt.json_enabledis still present in the schema even though MQTT JSON handling was removed. This PR formally deprecates the field in protobuf while preserving wire compatibility.Schema update
ModuleConfig.MQTTConfig.json_enabledas deprecated via protobuf field option.bool, tag6) to avoid breaking existing encoders/decoders.Deprecation signaling
Checklist before merging
New Hardware Model Acceptance Policy
Due to limited availability and ongoing support, new Hardware Models will only be accepted from Meshtastic Backers and Partners. The Meshtastic team reserves the right to make exceptions to this policy.
Alternative for Community Contributors
You are welcome to use one of the existing DIY hardware models in your PlatformIO environment and create a pull request in the firmware project. Please note the following conditions:
Getting Official Support
To have your hardware model officially supported and included in the Meshtastic ecosystem, consider becoming a Meshtastic Backer or Partner. Visit meshtastic.com for more information about partnership opportunities.
Original prompt
This pull request was created from Copilot chat.